home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 2716B.ZIP / ADDENDUM.MAN < prev    next >
Text File  |  1991-05-28  |  5KB  |  119 lines

  1. *****************************************************************************
  2.                         Programmer's SUPER-MAINT 
  3.                          ADDENDUM TO THE MANUAL
  4. *****************************************************************************
  5.  
  6. Some features were added to SUPER-MAINT after the manual went to the 
  7. printer.  You should print out this file and insert it into your manual.
  8.  
  9. Chapter 4: Building files with the Editor (SME.EXE)====>
  10.  
  11. The MAKE menu
  12. =======================================================>
  13.  
  14. Once you have picked some files for a program you may press alt-c to see
  15. a list of the files you have picked and to choose a default name for your 
  16. program.  To choose a default name put the menu bar over the name of the
  17. source code file you want to use for your program's name and press (Esc).
  18. This feature will work only when the "Make" menu is in view.
  19.  
  20. Pick Code Files
  21. =======================================================>
  22.  
  23. The first time you use this feature SME will read the drives you have on 
  24. your system, and place them on a menu in the `Drives' window.  If your 
  25. floppy disk drives have no disk in them they will NOT appear on the menu.  
  26. If you want them there, you should put a disk in each drive you want 
  27. included.
  28.  
  29. When SME reads your drives it makes a file called DRIVES.  From now on it 
  30. reads this file to create the menu.  If you change your configuration, or 
  31. want to include or exclude floppy drives, press (Alt) (r) to re-read the 
  32. drives.
  33.  
  34. The same is true for the `Directories' window.  In this case, however, the 
  35. file is named after the drive.  So the list of directories for drive C will 
  36. be in a file called `C' (no extension).  Again, (Alt) (r) re-reads the 
  37. directories for the drive.
  38.  
  39. This scheme greatly speeds up each use of SME.
  40.  
  41. Chapter 5: Setup (SMSET.EXE)===========================>
  42.  
  43. SM_Files
  44. =======================================================>
  45.  
  46. LIBS Unique Name?           If you type `Y' SME will always ask you for 
  47.                             a unique name for your library no matter what
  48.                             you have set under `File Names.'  If you 
  49.                             choose this feature ALL names will default to
  50.                             the library name (response file names, etc).
  51.  
  52.  
  53. Glob/Loc
  54. =======================================================>
  55.  
  56. GLOBAL setup means that SUPER-MAINT takes its setup information from a file
  57. called SUPER.INI in the SUPERFILES directory (the directory where you keep 
  58. all your SUPER-MAINT executables, help files, etc.).
  59.  
  60. LOCAL setup means the setup information comes from the default directory 
  61. (ie. the directory you are currently in.  Another copy of SUPER.INI, with 
  62. different settings in it may be kept in the default directory.  Thus, you 
  63. may have multiple setups for different compiler brands, programming projects, 
  64. etc.
  65.  
  66. Global and Local Language Definition Files
  67. =======================================================>
  68.  
  69. The Glob/Loc switch also affects your language definitions files and 
  70. LASTMACS file.  When SME is in LOCAL mode and you try to use a macro function 
  71. it looks for the lang def files (all six files with the .SM extension).  If 
  72. some or all of them are missing it copies the global ones.  You may then edit 
  73. the lang def files using the feature in the `Toolbox' menu, and then edit the 
  74. LASTMACS file using the `Macros' feature of the `Make' menu.
  75.  
  76. This way, if you use the same compiler, but want different setups for 
  77. different projects, you don't have to create your lang def files from 
  78. scratch.
  79.  
  80. Using Different Brands of Compiler
  81. =======================================================>
  82.  
  83. If you use more than one brand of compiler you will want local setups for 
  84. each brand.  You can install the predefined lang def files before using SME 
  85. in a directory to prevent the default .SM files from being copied.  This is 
  86. easy to do from the self-extracting files on disk 2 (or super_b.zip if you 
  87. have the BBS version).
  88.  
  89. Let's say you usually use Borland languages, so you installed SUPER-MAINT 
  90. set up for them.  But sometimes you use a Microsoft compiler, so you want a 
  91. local setup in a directory called D:\MSCODE.  From DOS go into that directory.  
  92. Place Disk #2 in drive A:.  Now type: 
  93.  
  94.                               A:MS (Enter)
  95.  
  96. The Microsoft language definitions will be extracted to D:\MSCODE.  Now all 
  97. you have to do is set the local SUPER.INI file to its Microsoft settings.  
  98. Use SMSET (or `Setup' from SME), and make sure it is in LOCAL mode.  Then 
  99. go into the `Defaults' section, press (Enter) until you get to `Manufacturer,'
  100. and use the arrow keys until you see `Microsoft.'  Press (Enter) two more 
  101. times to accept this setting.
  102.  
  103. How Do I know Whether I'm in Local or Global Mode?
  104. =======================================================>
  105.  
  106. SME:   At the top left (next to `HELP' you will see a G if you are in global 
  107.        mode, or an `L' if you are in local mode.
  108.  
  109.        Press (alt)(r) for the review screen.  Local or Global setting is 
  110.        listed at the bottom of the screen.
  111.  
  112. SMSET: At the bottom of the screen is a message telling you which mode you 
  113.        are in.
  114.  
  115.        Press (alt)(r) for the review screen.  Local or Global setting is 
  116.        listed at the bottom of the screen.
  117.  
  118. SM:    Type SM -l to see a chart of current settings.
  119.